summaryrefslogtreecommitdiff
path: root/tnslc/]
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/]')
-rw-r--r--tnslc/]28
1 files changed, 28 insertions, 0 deletions
diff --git a/tnslc/] b/tnslc/]
new file mode 100644
index 0000000..df49511
--- /dev/null
+++ b/tnslc/]
@@ -0,0 +1,28 @@
+# should not be included
+
+~uint lmao
+
+~{2}user c
+
+struct user {
+ ~int abcd,
+ ~Geko hij
+}
+
+struct Geko {
+ int i
+}
+
+/; module mod
+ int i = 0
+ /; whatev (~uint8 a) [uint8]
+ # return a{0}
+ ;/
+;/
+
+/; main [int]
+ # ~uint8 a = "asdf\0"
+ #whatev(a)
+ #whatev("asdf\0")
+ #return 0
+;/